PDF4Java Reference Documentation
com.o2sol.pdf4java.flowdocument Package / PDFFlowTableRow Class / setMinHeight Method
The minimum row height.
In This Topic
    setMinHeight Method
    In This Topic
    Sets the minimum row height.
    The minimum row height sets the row height when the cells maximum height is less than this value. If this property is 0 then the row height is given by the maximum cell height.
    Syntax
    public void setMinHeight( 
       double value
    )

    Parameters

    value
    The minimum row height.
    See Also